home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Del Perro / Enciclopedia Del Perro.iso / recomen / wavmak22 / wmwin.exe / 0 / RCDATA / TSTATDLG / TSTATDLG.txt
Text File  |  1996-04-23  |  6KB  |  288 lines

  1. object statDlg: TstatDlg
  2.   Left = 129
  3.   Top = 118
  4.   HelpContext = 5300
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'LST to WAV'
  8.   ClientHeight = 195
  9.   ClientWidth = 425
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object LSTfile: TLabel
  18.     Left = 80
  19.     Top = 8
  20.     Width = 329
  21.     Height = 16
  22.     Alignment = taRightJustify
  23.     Caption = 'LSTfile'
  24.   end
  25.   object WAVfile: TLabel
  26.     Left = 80
  27.     Top = 32
  28.     Width = 329
  29.     Height = 16
  30.     Alignment = taRightJustify
  31.     Caption = 'WAVfile'
  32.   end
  33.   object WAVdir: TLabel
  34.     Left = 80
  35.     Top = 56
  36.     Width = 329
  37.     Height = 16
  38.     Alignment = taRightJustify
  39.     Caption = 'WAVdir'
  40.   end
  41.   object Bevel1: TBevel
  42.     Left = 8
  43.     Top = 5
  44.     Width = 409
  45.     Height = 22
  46.     Shape = bsFrame
  47.   end
  48.   object Label1: TLabel
  49.     Left = 16
  50.     Top = 8
  51.     Width = 25
  52.     Height = 16
  53.     Caption = 'LST'
  54.   end
  55.   object Label2: TLabel
  56.     Left = 16
  57.     Top = 32
  58.     Width = 33
  59.     Height = 16
  60.     Caption = 'Song'
  61.   end
  62.   object Bevel2: TBevel
  63.     Left = 8
  64.     Top = 53
  65.     Width = 409
  66.     Height = 22
  67.     Shape = bsFrame
  68.   end
  69.   object Bevel3: TBevel
  70.     Left = 8
  71.     Top = 29
  72.     Width = 409
  73.     Height = 22
  74.     Shape = bsFrame
  75.   end
  76.   object Label3: TLabel
  77.     Left = 16
  78.     Top = 56
  79.     Width = 57
  80.     Height = 16
  81.     Caption = 'Samples'
  82.   end
  83.   object Label4: TLabel
  84.     Left = 224
  85.     Top = 80
  86.     Width = 77
  87.     Height = 16
  88.     Caption = 'Instrument'
  89.   end
  90.   object Label5: TLabel
  91.     Left = 16
  92.     Top = 104
  93.     Width = 66
  94.     Height = 16
  95.     Caption = 'Base note'
  96.   end
  97.   object Bevel4: TBevel
  98.     Left = 216
  99.     Top = 77
  100.     Width = 201
  101.     Height = 22
  102.     Shape = bsFrame
  103.   end
  104.   object Bevel5: TBevel
  105.     Left = 8
  106.     Top = 101
  107.     Width = 201
  108.     Height = 22
  109.     Shape = bsFrame
  110.   end
  111.   object baseNote: TLabel
  112.     Left = 197
  113.     Top = 104
  114.     Width = 4
  115.     Height = 16
  116.     Alignment = taRightJustify
  117.   end
  118.   object instrument: TLabel
  119.     Left = 405
  120.     Top = 80
  121.     Width = 4
  122.     Height = 16
  123.     Alignment = taRightJustify
  124.   end
  125.   object Label7: TLabel
  126.     Left = 16
  127.     Top = 80
  128.     Width = 28
  129.     Height = 16
  130.     Caption = 'Line'
  131.   end
  132.   object Bevel6: TBevel
  133.     Left = 8
  134.     Top = 77
  135.     Width = 201
  136.     Height = 22
  137.     Shape = bsFrame
  138.   end
  139.   object lineLabel: TLabel
  140.     Left = 197
  141.     Top = 80
  142.     Width = 4
  143.     Height = 16
  144.     Alignment = taRightJustify
  145.   end
  146.   object Label8: TLabel
  147.     Left = 224
  148.     Top = 104
  149.     Width = 79
  150.     Height = 16
  151.     Caption = 'Current note'
  152.   end
  153.   object Bevel7: TBevel
  154.     Left = 216
  155.     Top = 101
  156.     Width = 201
  157.     Height = 22
  158.     Shape = bsFrame
  159.   end
  160.   object currentNote: TLabel
  161.     Left = 405
  162.     Top = 104
  163.     Width = 4
  164.     Height = 16
  165.     Alignment = taRightJustify
  166.   end
  167.   object Bevel8: TBevel
  168.     Left = 216
  169.     Top = 125
  170.     Width = 201
  171.     Height = 22
  172.   end
  173.   object gauge: TGauge
  174.     Left = 224
  175.     Top = 128
  176.     Width = 185
  177.     Height = 15
  178.     ForeColor = clLime
  179.     Progress = 0
  180.   end
  181.   object Bevel9: TBevel
  182.     Left = 8
  183.     Top = 125
  184.     Width = 201
  185.     Height = 22
  186.     Shape = bsFrame
  187.   end
  188.   object Label6: TLabel
  189.     Left = 16
  190.     Top = 128
  191.     Width = 41
  192.     Height = 16
  193.     Caption = 'Status'
  194.   end
  195.   object status: TLabel
  196.     Left = 197
  197.     Top = 128
  198.     Width = 4
  199.     Height = 16
  200.     Alignment = taRightJustify
  201.   end
  202.   object CancelBtn: TBitBtn
  203.     Left = 173
  204.     Top = 160
  205.     Width = 77
  206.     Height = 27
  207.     Cursor = crArrow
  208.     Cancel = True
  209.     Caption = 'Cancel'
  210.     ModalResult = 2
  211.     TabOrder = 0
  212.     OnClick = CancelBtnClick
  213.     Glyph.Data = {
  214.       DE010000424DDE01000000000000760000002800000024000000120000000100
  215.       0400000000006801000000000000000000000000000000000000000000000000
  216.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  217.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  218.       333333333333333333333333000033337733333333333333333F333333333333
  219.       0000333911733333973333333377F333333F3333000033391117333911733333
  220.       37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333
  221.       911117111117333337F3337F733337F3000033333911111111733333337F3337
  222.       3333F7330000333333911111173333333337F333333F73330000333333311111
  223.       7333333333337F3333373333000033333339111173333333333337F333733333
  224.       00003333339111117333333333333733337F3333000033333911171117333333
  225.       33337333337F333300003333911173911173333333373337F337F33300003333
  226.       9117333911173333337F33737F337F33000033333913333391113333337FF733
  227.       37F337F300003333333333333919333333377333337FFF730000333333333333
  228.       3333333333333333333777330000333333333333333333333333333333333333
  229.       0000}
  230.     Margin = 2
  231.     NumGlyphs = 2
  232.     Spacing = -1
  233.     IsControl = True
  234.   end
  235.   object HelpBtn: TBitBtn
  236.     Left = 261
  237.     Top = 160
  238.     Width = 77
  239.     Height = 27
  240.     HelpContext = 5300
  241.     Enabled = False
  242.     TabOrder = 1
  243.     OnClick = HelpBtnClick
  244.     Kind = bkHelp
  245.     Margin = 2
  246.     Spacing = -1
  247.     IsControl = True
  248.   end
  249.   object OKBtn: TBitBtn
  250.     Left = 85
  251.     Top = 160
  252.     Width = 77
  253.     Height = 27
  254.     Caption = 'OK'
  255.     Enabled = False
  256.     ModalResult = 1
  257.     TabOrder = 2
  258.     OnClick = OKBtnClick
  259.     Glyph.Data = {
  260.       DE010000424DDE01000000000000760000002800000024000000120000000100
  261.       0400000000006801000000000000000000000000000000000000000000000000
  262.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  263.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  264.       3333333333333333333333330000333333333333333333333333F33333333333
  265.       00003333344333333333333333377F3333333333000033334224333333333333
  266.       337337F3333333330000333422224333333333333733337F3333333300003342
  267.       222224333333333373333337F3333333000034222A22224333333337F337F333
  268.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  269.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  270.       0000333333333A222433333333333337F337F33300003333333333A222433333
  271.       333333337F337F33000033333333333A222433333333333337F337F300003333
  272.       33333333A222433333333333337F337F00003333333333333A22433333333333
  273.       3337F37F000033333333333333A223333333333333337F730000333333333333
  274.       333A333333333333333337330000333333333333333333333333333333333333
  275.       0000}
  276.     Margin = 2
  277.     NumGlyphs = 2
  278.     Spacing = -1
  279.     IsControl = True
  280.   end
  281.   object timer: TTimer
  282.     Enabled = False
  283.     OnTimer = timerTimer
  284.     Left = 400
  285.     Top = 168
  286.   end
  287. end
  288.